home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / SYS_TOOL / CALL32NT / README.TXT < prev    next >
Text File  |  1995-06-27  |  1KB  |  30 lines

  1.  CALL32nt.pas: Library for Delphi/TPW/BPW to call 32 bit functions
  2.                in Windows NT or Windows 95
  3.  
  4. Adapted to Pascal by Christian Ghisler, CIS: 100332,1175
  5. from CALL32.DLL, a DLL for Visual Basic written and placed
  6. in the Public Domain by Peter Golde.
  7.  
  8. This unit is placed in the public domain.
  9. Please feel free to redistribute as you wish.  
  10. No guarantees are made as to its suitability or
  11. usefulness, and no support can be provided.
  12.  
  13.  CALL32NT.PAS is a Unit that can be used for calling 
  14.  routines in 32-bit DLLs on the Microsoft(R) Windows NT(TM)
  15.  and/or Windows 95(TM) operating system. It cannot be used
  16.  on Windows(TM) 3.1, Win32s(TM), or other operating systems.
  17.  Using it, a Delphi, Turbo or Borland Pascal program, running
  18.  in the Win16 subsystem, can declare and call functions in any
  19.  32-bit DLL (including, but not limited to, the system
  20.  DLLs).
  21.  
  22. Directories in ZIP file (unzip with pkunzip -d):
  23.  
  24. root: 
  25. call32nt.pas  the unit to call 32 bit functions from Delphi/TPW/BPW
  26.  
  27. delphi:   sample source of a Delphi program calling 32-bit code (exe not incuded)
  28. tpw-bpw:  sample source and exe of a TPW/BPW wincrt program calling 32-bit code
  29. longname: some 32-bit functions which use long filenames, ready to be called
  30.